Html Css Color HEX #670CB3 Purple Heart

📋 copy color: '#670CB3'

red 103 ◦ green 12 ◦ blue 179

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

Shades of Purple Heart #670CB3

Tints of Purple Heart #670CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.88%

R = 35.03%
G = 4.08%
B = 60.88%

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

#670CB3 (or 0x670CB3) is known color: Purple Heart. HEX triplet: 67, 0C and B3. RGB value is (103,12,179). Sum of RGB (Red+Green+Blue) = 103+12+179=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #670CB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670CB3 is #98F34C. Grayscale: #393939. Windows color (decimal): -10023757 or 11734119. OLE color: 11734119.

HSL color Cylindrical-coordinate representation of color #670CB3: hue angle of 272.69º 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 #670CB3 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 12 179 -
CMYK 0.42 0.93 0 0.30
HSL 272.69º 0.87% 0.37% -
HSV(B) 272.69º 0.93% 0.7% -
XYZ 13.86 6.4 43.15 -
YUV 58.25 196.15 159.92 -
System Red Green Blue C M Y K H S L
Decimal 103 12 179 0.42 0.93 0 0.30 272.69 0.87 0.37
Hex 67 C B3 2A 5D 0 1E 111 57 25
Octal 147 14 263 52 135 0 36 421 127 45
Binary 1100111 1100 10110011 101010 1011101 0 11110 100010001 1010111 100101

Color Harmonies of #670CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670CB3

Black with #670CB3

Text Example


Text Example

White with #670CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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