Html Css Color HEX #6902C0 Purple Heart

📋 copy color: '#6902C0'

red 105 ◦ green 2 ◦ blue 192

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

Shades of Purple Heart #6902C0

Tints of Purple Heart #6902C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 35.12%
G = 0.67%
B = 64.21%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6902C0 (or 0x6902C0) is known color: Purple Heart. HEX triplet: 69, 02 and C0. RGB value is (105,2,192). Sum of RGB (Red+Green+Blue) = 105+2+192=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #6902C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6902C0 is #96FD3F. Grayscale: #353535. Windows color (decimal): -9895232 or 12583529. OLE color: 12583529.

HSL color Cylindrical-coordinate representation of color #6902C0: hue angle of 272.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902C0 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 2 192 -
CMYK 0.45 0.99 0 0.25
HSL 272.53º 0.98% 0.38% -
HSV(B) 272.53º 0.99% 0.75% -
XYZ 15.36 6.85 50.38 -
YUV 54.46 205.62 164.05 -
System Red Green Blue C M Y K H S L
Decimal 105 2 192 0.45 0.99 0 0.25 272.53 0.98 0.38
Hex 69 2 C0 2D 63 0 19 111 62 26
Octal 151 2 300 55 143 0 31 421 142 46
Binary 1101001 10 11000000 101101 1100011 0 11001 100010001 1100010 100110

Color Harmonies of #6902C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6902C0

Black with #6902C0

Text Example


Text Example

White with #6902C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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