Html Css Color HEX #670CB2 Purple Heart

📋 copy color: '#670CB2'

red 103 ◦ green 12 ◦ blue 178

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

Shades of Purple Heart #670CB2

Tints of Purple Heart #670CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 60.75%

R = 35.15%
G = 4.1%
B = 60.75%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#670CB2 (or 0x670CB2) is known color: Purple Heart. HEX triplet: 67, 0C and B2. RGB value is (103,12,178). Sum of RGB (Red+Green+Blue) = 103+12+178=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 178 (69.92% from 255 or 60.75% from 293); Max value from RGB is 178 - color contains mainly: blue. Hex color #670CB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670CB2 is #98F34D. Grayscale: #393939. Windows color (decimal): -10023758 or 11668583. OLE color: 11668583.

HSL color Cylindrical-coordinate representation of color #670CB2: hue angle of 272.89º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670CB2 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 12 178 -
CMYK 0.42 0.93 0 0.30
HSL 272.89º 0.87% 0.37% -
HSV(B) 272.89º 0.93% 0.7% -
XYZ 13.76 6.36 42.62 -
YUV 58.13 195.65 160 -
System Red Green Blue C M Y K H S L
Decimal 103 12 178 0.42 0.93 0 0.30 272.89 0.87 0.37
Hex 67 C B2 2A 5D 0 1E 111 57 25
Octal 147 14 262 52 135 0 36 421 127 45
Binary 1100111 1100 10110010 101010 1011101 0 11110 100010001 1010111 100101

Color Harmonies of #670CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670CB2

Black with #670CB2

Text Example


Text Example

White with #670CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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