Html Css Color HEX #670ECF Purple Heart

📋 copy color: '#670ECF'

red 103 ◦ green 14 ◦ blue 207

#670ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #670ECF

Tints of Purple Heart #670ECF

RGB

 RED value IS 103 (40.63% from 255) = 31.79%

 GREEN value IS 14 (5.86% from 255) = 4.32%

 BLUE value IS 207 (81.25% from 255) = 63.89%

R = 31.79%
G = 4.32%
B = 63.89%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#670ECF (or 0x670ECF) is known color: Purple Heart. HEX triplet: 67, 0E and CF. RGB value is (103,14,207). Sum of RGB (Red+Green+Blue) = 103+14+207=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #670ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670ECF is #98F130. Grayscale: #3D3D3D. Windows color (decimal): -10023217 or 13569639. OLE color: 13569639.

HSL color Cylindrical-coordinate representation of color #670ECF: hue angle of 267.67º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670ECF is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 14 207 -
CMYK 0.50 0.93 0 0.19
HSL 267.67º 0.87% 0.43% -
HSV(B) 267.67º 0.93% 0.81% -
XYZ 17.01 7.7 59.62 -
YUV 62.61 209.49 156.81 -
System Red Green Blue C M Y K H S L
Decimal 103 14 207 0.50 0.93 0 0.19 267.67 0.87 0.43
Hex 67 E CF 32 5D 0 13 10C 57 2B
Octal 147 16 317 62 135 0 23 414 127 53
Binary 1100111 1110 11001111 110010 1011101 0 10011 100001100 1010111 101011

Color Harmonies of #670ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670ECF

Black with #670ECF

Text Example


Text Example

White with #670ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670ECF; }

 p { color: rgb(103,14,207); }

 H1.HeaderClassName
 {
   color: #670ECF;
 }
 .AnyTagClassName
 {
   color: #670ECF;
 }
</style>

background-color css

<style>
 a { background-color: #670ECF; }

 a { background-color: rgb(103,14,207); }

 div.DivClassName
 {
   background-color: #670ECF;
 }
 .BgClassName
 {
   background-color: #670ECF;
 }
</style>

border-color css

<style>
 span { border-color: #670ECF; }

 span { border-color: rgb(103,14,207); }

 td.TdClassName
 {
   border-color: #670ECF;
 }
 .TagClassName
 {
   border-color: #670ECF;
 }
</style>