Html Css Color HEX #6705AB Purple Heart

📋 copy color: '#6705AB'

red 103 ◦ green 5 ◦ blue 171

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

Shades of Purple Heart #6705AB

Tints of Purple Heart #6705AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 36.92%
G = 1.79%
B = 61.29%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6705AB (or 0x6705AB) is known color: Purple Heart. HEX triplet: 67, 05 and AB. RGB value is (103,5,171). Sum of RGB (Red+Green+Blue) = 103+5+171=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #6705AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6705AB is #98FA54. Grayscale: #343434. Windows color (decimal): -10025557 or 11208039. OLE color: 11208039.

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

Color convert

RGB 103 5 171 -
CMYK 0.40 0.97 0 0.33
HSL 275.42º 0.94% 0.35% -
HSV(B) 275.42º 0.97% 0.67% -
XYZ 13 5.93 38.99 -
YUV 53.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 103 5 171 0.40 0.97 0 0.33 275.42 0.94 0.35
Hex 67 5 AB 28 61 0 21 113 5E 23
Octal 147 5 253 50 141 0 41 423 136 43
Binary 1100111 101 10101011 101000 1100001 0 100001 100010011 1011110 100011

Color Harmonies of #6705AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6705AB

Black with #6705AB

Text Example


Text Example

White with #6705AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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