Html Css Color HEX #6712AB Purple Heart

📋 copy color: '#6712AB'

red 103 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #6712AB

Tints of Purple Heart #6712AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

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

R = 35.27%
G = 6.16%
B = 58.56%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6712AB (or 0x6712AB) is known color: Purple Heart. HEX triplet: 67, 12 and AB. RGB value is (103,18,171). Sum of RGB (Red+Green+Blue) = 103+18+171=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #6712AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6712AB is #98ED54. Grayscale: #3C3C3C. Windows color (decimal): -10022229 or 11211367. OLE color: 11211367.

HSL color Cylindrical-coordinate representation of color #6712AB: hue angle of 273.33º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6712AB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 18 171 -
CMYK 0.40 0.89 0 0.33
HSL 273.33º 0.81% 0.37% -
HSV(B) 273.33º 0.89% 0.67% -
XYZ 13.16 6.26 39.04 -
YUV 60.86 190.16 158.06 -
System Red Green Blue C M Y K H S L
Decimal 103 18 171 0.40 0.89 0 0.33 273.33 0.81 0.37
Hex 67 12 AB 28 59 0 21 111 51 25
Octal 147 22 253 50 131 0 41 421 121 45
Binary 1100111 10010 10101011 101000 1011001 0 100001 100010001 1010001 100101

Color Harmonies of #6712AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6712AB

Black with #6712AB

Text Example


Text Example

White with #6712AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6712AB; }

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

 H1.HeaderClassName
 {
   color: #6712AB;
 }
 .AnyTagClassName
 {
   color: #6712AB;
 }
</style>

background-color css

<style>
 a { background-color: #6712AB; }

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

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

border-color css

<style>
 span { border-color: #6712AB; }

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

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