Html Css Color HEX #6910AB Purple Heart

📋 copy color: '#6910AB'

red 105 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #6910AB

Tints of Purple Heart #6910AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 35.96%
G = 5.48%
B = 58.56%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6910AB (or 0x6910AB) is known color: Purple Heart. HEX triplet: 69, 10 and AB. RGB value is (105,16,171). Sum of RGB (Red+Green+Blue) = 105+16+171=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 16 (6.64% from 255 or 5.48% 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 #6910AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6910AB is #96EF54. Grayscale: #3B3B3B. Windows color (decimal): -9891669 or 11210857. OLE color: 11210857.

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

Color convert

RGB 105 16 171 -
CMYK 0.39 0.91 0 0.33
HSL 274.45º 0.83% 0.37% -
HSV(B) 274.45º 0.91% 0.67% -
XYZ 13.36 6.31 39.04 -
YUV 60.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 105 16 171 0.39 0.91 0 0.33 274.45 0.83 0.37
Hex 69 10 AB 27 5B 0 21 112 53 25
Octal 151 20 253 47 133 0 41 422 123 45
Binary 1101001 10000 10101011 100111 1011011 0 100001 100010010 1010011 100101

Color Harmonies of #6910AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910AB

Black with #6910AB

Text Example


Text Example

White with #6910AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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