Html Css Color HEX #6908AA Purple Heart

📋 copy color: '#6908AA'

red 105 ◦ green 8 ◦ blue 170

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

Shades of Purple Heart #6908AA

Tints of Purple Heart #6908AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.07%

R = 37.1%
G = 2.83%
B = 60.07%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6908AA (or 0x6908AA) is known color: Purple Heart. HEX triplet: 69, 08 and AA. RGB value is (105,8,170). Sum of RGB (Red+Green+Blue) = 105+8+170=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #6908AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6908AA is #96F755. Grayscale: #363636. Windows color (decimal): -9893718 or 11143273. OLE color: 11143273.

HSL color Cylindrical-coordinate representation of color #6908AA: hue angle of 275.93º 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 #6908AA is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 8 170 -
CMYK 0.38 0.95 0 0.33
HSL 275.93º 0.91% 0.35% -
HSV(B) 275.93º 0.95% 0.67% -
XYZ 13.17 6.08 38.51 -
YUV 55.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 105 8 170 0.38 0.95 0 0.33 275.93 0.91 0.35
Hex 69 8 AA 26 5F 0 21 114 5B 23
Octal 151 10 252 46 137 0 41 424 133 43
Binary 1101001 1000 10101010 100110 1011111 0 100001 100010100 1011011 100011

Color Harmonies of #6908AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908AA

Black with #6908AA

Text Example


Text Example

White with #6908AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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