Html Css Color HEX #670CCF Purple Heart

📋 copy color: '#670CCF'

red 103 ◦ green 12 ◦ blue 207

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

Shades of Purple Heart #670CCF

Tints of Purple Heart #670CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

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

R = 31.99%
G = 3.73%
B = 64.29%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#670CCF (or 0x670CCF) is known color: Purple Heart. HEX triplet: 67, 0C and CF. RGB value is (103,12,207). Sum of RGB (Red+Green+Blue) = 103+12+207=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #670CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670CCF is #98F330. Grayscale: #3C3C3C. Windows color (decimal): -10023729 or 13569127. OLE color: 13569127.

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

Color convert

RGB 103 12 207 -
CMYK 0.50 0.94 0 0.19
HSL 268º 0.89% 0.43% -
HSV(B) 268º 0.94% 0.81% -
XYZ 16.99 7.65 59.61 -
YUV 61.44 210.15 157.64 -
System Red Green Blue C M Y K H S L
Decimal 103 12 207 0.50 0.94 0 0.19 268 0.89 0.43
Hex 67 C CF 32 5E 0 13 10C 59 2B
Octal 147 14 317 62 136 0 23 414 131 53
Binary 1100111 1100 11001111 110010 1011110 0 10011 100001100 1011001 101011

Color Harmonies of #670CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670CCF

Black with #670CCF

Text Example


Text Example

White with #670CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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