Html Css Color HEX #6902AD Purple Heart

📋 copy color: '#6902AD'

red 105 ◦ green 2 ◦ blue 173

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

Shades of Purple Heart #6902AD

Tints of Purple Heart #6902AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 37.5%
G = 0.71%
B = 61.79%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6902AD (or 0x6902AD) is known color: Purple Heart. HEX triplet: 69, 02 and AD. RGB value is (105,2,173). Sum of RGB (Red+Green+Blue) = 105+2+173=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #6902AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6902AD is #96FD52. Grayscale: #333333. Windows color (decimal): -9895251 or 11338345. OLE color: 11338345.

HSL color Cylindrical-coordinate representation of color #6902AD: hue angle of 276.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902AD is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 2 173 -
CMYK 0.39 0.99 0 0.32
HSL 276.14º 0.98% 0.34% -
HSV(B) 276.14º 0.99% 0.68% -
XYZ 13.39 6.06 40 -
YUV 52.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 105 2 173 0.39 0.99 0 0.32 276.14 0.98 0.34
Hex 69 2 AD 27 63 0 20 114 62 22
Octal 151 2 255 47 143 0 40 424 142 42
Binary 1101001 10 10101101 100111 1100011 0 100000 100010100 1100010 100010

Color Harmonies of #6902AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6902AD

Black with #6902AD

Text Example


Text Example

White with #6902AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6902AD; }

 p { color: rgb(105,2,173); }

 H1.HeaderClassName
 {
   color: #6902AD;
 }
 .AnyTagClassName
 {
   color: #6902AD;
 }
</style>

background-color css

<style>
 a { background-color: #6902AD; }

 a { background-color: rgb(105,2,173); }

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

border-color css

<style>
 span { border-color: #6902AD; }

 span { border-color: rgb(105,2,173); }

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