Html Css Color HEX #6908AB Purple Heart

📋 copy color: '#6908AB'

red 105 ◦ green 8 ◦ blue 171

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

Shades of Purple Heart #6908AB

Tints of Purple Heart #6908AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

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

R = 36.97%
G = 2.82%
B = 60.21%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6908AB (or 0x6908AB) is known color: Purple Heart. HEX triplet: 69, 08 and AB. RGB value is (105,8,171). Sum of RGB (Red+Green+Blue) = 105+8+171=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #6908AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6908AB is #96F754. Grayscale: #373737. Windows color (decimal): -9893717 or 11208809. OLE color: 11208809.

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

Color convert

RGB 105 8 171 -
CMYK 0.39 0.95 0 0.33
HSL 275.71º 0.91% 0.35% -
HSV(B) 275.71º 0.95% 0.67% -
XYZ 13.26 6.12 39.01 -
YUV 55.59 193.14 163.25 -
System Red Green Blue C M Y K H S L
Decimal 105 8 171 0.39 0.95 0 0.33 275.71 0.91 0.35
Hex 69 8 AB 27 5F 0 21 114 5B 23
Octal 151 10 253 47 137 0 41 424 133 43
Binary 1101001 1000 10101011 100111 1011111 0 100001 100010100 1011011 100011

Color Harmonies of #6908AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908AB

Black with #6908AB

Text Example


Text Example

White with #6908AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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