Html Css Color HEX #6906AB Purple Heart

📋 copy color: '#6906AB'

red 105 ◦ green 6 ◦ blue 171

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

Shades of Purple Heart #6906AB

Tints of Purple Heart #6906AB

RGB

 RED value IS 105 (41.41% from 255) = 37.23%

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 37.23%
G = 2.13%
B = 60.64%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6906AB (or 0x6906AB) is known color: Purple Heart. HEX triplet: 69, 06 and AB. RGB value is (105,6,171). Sum of RGB (Red+Green+Blue) = 105+6+171=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #6906AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6906AB is #96F954. Grayscale: #353535. Windows color (decimal): -9894229 or 11208297. OLE color: 11208297.

HSL color Cylindrical-coordinate representation of color #6906AB: hue angle of 276º degrees, saturation: 0.93, 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 #6906AB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 6 171 -
CMYK 0.39 0.96 0 0.33
HSL 276º 0.93% 0.35% -
HSV(B) 276º 0.96% 0.67% -
XYZ 13.24 6.07 39 -
YUV 54.41 193.8 164.08 -
System Red Green Blue C M Y K H S L
Decimal 105 6 171 0.39 0.96 0 0.33 276 0.93 0.35
Hex 69 6 AB 27 60 0 21 114 5D 23
Octal 151 6 253 47 140 0 41 424 135 43
Binary 1101001 110 10101011 100111 1100000 0 100001 100010100 1011101 100011

Color Harmonies of #6906AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6906AB

Black with #6906AB

Text Example


Text Example

White with #6906AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,6,171); }

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

background-color css

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

 a { background-color: rgb(105,6,171); }

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

border-color css

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

 span { border-color: rgb(105,6,171); }

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