Html Css Color HEX #6707AB Purple Heart

📋 copy color: '#6707AB'

red 103 ◦ green 7 ◦ blue 171

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

Shades of Purple Heart #6707AB

Tints of Purple Heart #6707AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 36.65%
G = 2.49%
B = 60.85%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6707AB (or 0x6707AB) is known color: Purple Heart. HEX triplet: 67, 07 and AB. RGB value is (103,7,171). Sum of RGB (Red+Green+Blue) = 103+7+171=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #6707AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6707AB is #98F854. Grayscale: #353535. Windows color (decimal): -10025045 or 11208551. OLE color: 11208551.

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

Color convert

RGB 103 7 171 -
CMYK 0.40 0.96 0 0.33
HSL 275.12º 0.92% 0.35% -
HSV(B) 275.12º 0.96% 0.67% -
XYZ 13.02 5.98 39 -
YUV 54.4 193.8 162.66 -
System Red Green Blue C M Y K H S L
Decimal 103 7 171 0.40 0.96 0 0.33 275.12 0.92 0.35
Hex 67 7 AB 28 60 0 21 113 5C 23
Octal 147 7 253 50 140 0 41 423 134 43
Binary 1100111 111 10101011 101000 1100000 0 100001 100010011 1011100 100011

Color Harmonies of #6707AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6707AB

Black with #6707AB

Text Example


Text Example

White with #6707AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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