Html Css Color HEX #670CAB Purple Heart

📋 copy color: '#670CAB'

red 103 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #670CAB

Tints of Purple Heart #670CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 36.01%
G = 4.2%
B = 59.79%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#670CAB (or 0x670CAB) is known color: Purple Heart. HEX triplet: 67, 0C and AB. RGB value is (103,12,171). Sum of RGB (Red+Green+Blue) = 103+12+171=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #670CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670CAB is #98F354. Grayscale: #383838. Windows color (decimal): -10023765 or 11209831. OLE color: 11209831.

HSL color Cylindrical-coordinate representation of color #670CAB: hue angle of 274.34º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670CAB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 12 171 -
CMYK 0.40 0.93 0 0.33
HSL 274.34º 0.87% 0.36% -
HSV(B) 274.34º 0.93% 0.67% -
XYZ 13.08 6.09 39.01 -
YUV 57.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 103 12 171 0.40 0.93 0 0.33 274.34 0.87 0.36
Hex 67 C AB 28 5D 0 21 112 57 24
Octal 147 14 253 50 135 0 41 422 127 44
Binary 1100111 1100 10101011 101000 1011101 0 100001 100010010 1010111 100100

Color Harmonies of #670CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670CAB

Black with #670CAB

Text Example


Text Example

White with #670CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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