Html Css Color HEX #670BAB Purple Heart

📋 copy color: '#670BAB'

red 103 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #670BAB

Tints of Purple Heart #670BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

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

R = 36.14%
G = 3.86%
B = 60%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#670BAB (or 0x670BAB) is known color: Purple Heart. HEX triplet: 67, 0B and AB. RGB value is (103,11,171). Sum of RGB (Red+Green+Blue) = 103+11+171=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #670BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670BAB is #98F454. Grayscale: #383838. Windows color (decimal): -10024021 or 11209575. OLE color: 11209575.

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

Color convert

RGB 103 11 171 -
CMYK 0.40 0.94 0 0.33
HSL 274.5º 0.88% 0.36% -
HSV(B) 274.5º 0.94% 0.67% -
XYZ 13.06 6.06 39.01 -
YUV 56.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 103 11 171 0.40 0.94 0 0.33 274.5 0.88 0.36
Hex 67 B AB 28 5E 0 21 112 58 24
Octal 147 13 253 50 136 0 41 422 130 44
Binary 1100111 1011 10101011 101000 1011110 0 100001 100010010 1011000 100100

Color Harmonies of #670BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670BAB

Black with #670BAB

Text Example


Text Example

White with #670BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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