Html Css Color HEX #6712AA Purple Heart

📋 copy color: '#6712AA'

red 103 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #6712AA

Tints of Purple Heart #6712AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.42%

R = 35.4%
G = 6.19%
B = 58.42%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6712AA (or 0x6712AA) is known color: Purple Heart. HEX triplet: 67, 12 and AA. RGB value is (103,18,170). Sum of RGB (Red+Green+Blue) = 103+18+170=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #6712AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6712AA is #98ED55. Grayscale: #3C3C3C. Windows color (decimal): -10022230 or 11145831. OLE color: 11145831.

HSL color Cylindrical-coordinate representation of color #6712AA: hue angle of 273.55º 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 #6712AA is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 18 170 -
CMYK 0.39 0.89 0 0.33
HSL 273.55º 0.81% 0.37% -
HSV(B) 273.55º 0.89% 0.67% -
XYZ 13.07 6.22 38.54 -
YUV 60.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 103 18 170 0.39 0.89 0 0.33 273.55 0.81 0.37
Hex 67 12 AA 27 59 0 21 112 51 25
Octal 147 22 252 47 131 0 41 422 121 45
Binary 1100111 10010 10101010 100111 1011001 0 100001 100010010 1010001 100101

Color Harmonies of #6712AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6712AA

Black with #6712AA

Text Example


Text Example

White with #6712AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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