Html Css Color HEX #6802BF Purple Heart

📋 copy color: '#6802BF'

red 104 ◦ green 2 ◦ blue 191

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

Shades of Purple Heart #6802BF

Tints of Purple Heart #6802BF

RGB

 RED value IS 104 (41.02% from 255) = 35.02%

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

 BLUE value IS 191 (75% from 255) = 64.31%

R = 35.02%
G = 0.67%
B = 64.31%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6802BF (or 0x6802BF) is known color: Purple Heart. HEX triplet: 68, 02 and BF. RGB value is (104,2,191). Sum of RGB (Red+Green+Blue) = 104+2+191=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #6802BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802BF is #97FD40. Grayscale: #353535. Windows color (decimal): -9960769 or 12517992. OLE color: 12517992.

HSL color Cylindrical-coordinate representation of color #6802BF: hue angle of 272.38º 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 #6802BF is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 2 191 -
CMYK 0.46 0.99 0 0.25
HSL 272.38º 0.98% 0.38% -
HSV(B) 272.38º 0.99% 0.75% -
XYZ 15.13 6.75 49.8 -
YUV 54.04 205.29 163.63 -
System Red Green Blue C M Y K H S L
Decimal 104 2 191 0.46 0.99 0 0.25 272.38 0.98 0.38
Hex 68 2 BF 2E 63 0 19 110 62 26
Octal 150 2 277 56 143 0 31 420 142 46
Binary 1101000 10 10111111 101110 1100011 0 11001 100010000 1100010 100110

Color Harmonies of #6802BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6802BF

Black with #6802BF

Text Example


Text Example

White with #6802BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6802BF; }

 p { color: rgb(104,2,191); }

 H1.HeaderClassName
 {
   color: #6802BF;
 }
 .AnyTagClassName
 {
   color: #6802BF;
 }
</style>

background-color css

<style>
 a { background-color: #6802BF; }

 a { background-color: rgb(104,2,191); }

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

border-color css

<style>
 span { border-color: #6802BF; }

 span { border-color: rgb(104,2,191); }

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