#670cc4

Color #670CC4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #670CC4

Tints of Purple Heart #670CC4

Color information

#670CC4 (or 0x670CC4) is unknown color: approx Purple Heart. HEX triplet: 67, 0C and C4. RGB value is (103,12,196). Sum of RGB (Red+Green+Blue) = 103+12+196=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #670CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670CC4 is #98F33B. Grayscale: #3B3B3B. Windows color (decimal): -10023740 or 12848231. OLE color: 12848231.

HSL color Cylindrical-coordinate representation of color #670CC4: hue angle of 269.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670CC4 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10312196-
CMYK0.470.9400.23
HSL269.67º88.46%40.78%-
HSV(B)269.67º93.88%76.86%-
XYZ15.697.1352.77-
YUV60.18204.65158.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 12 (5.08% from 255) = 3.86%
BLUE value IS 196 (76.95% from 255) = 63.02%
R=33.12%
G=3.86%
B=63.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal103121960.470.9400.23269.6788.4640.78
Hex67CC42F5E01710e5829
Octal147143045713602741613051
Binary110011111001100010010111110111100101111000011101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #670cc4;
 }
 .AnyTagClassName
 {
   color: #670cc4;
 }
</style>
background-color css

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

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

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

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

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

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