Html Css Color HEX #6205B9 Purple Heart

📋 copy color: '#6205B9'

red 98 ◦ green 5 ◦ blue 185

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

Shades of Purple Heart #6205B9

Tints of Purple Heart #6205B9

RGB

 RED value IS 98 (38.67% from 255) = 34.03%

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 185 (72.66% from 255) = 64.24%

R = 34.03%
G = 1.74%
B = 64.24%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6205B9 (or 0x6205B9) is known color: Purple Heart. HEX triplet: 62, 05 and B9. RGB value is (98,5,185). Sum of RGB (Red+Green+Blue) = 98+5+185=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 185 (72.66% from 255 or 64.24% from 288); Max value from RGB is 185 - color contains mainly: blue. Hex color #6205B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205B9 is #9DFA46. Grayscale: #343434. Windows color (decimal): -10353223 or 12125538. OLE color: 12125538.

HSL color Cylindrical-coordinate representation of color #6205B9: hue angle of 271º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6205B9 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 5 185 -
CMYK 0.47 0.97 0 0.27
HSL 271º 0.95% 0.37% -
HSV(B) 271º 0.97% 0.73% -
XYZ 13.85 6.21 46.37 -
YUV 53.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 98 5 185 0.47 0.97 0 0.27 271 0.95 0.37
Hex 62 5 B9 2F 61 0 1B 10F 5F 25
Octal 142 5 271 57 141 0 33 417 137 45
Binary 1100010 101 10111001 101111 1100001 0 11011 100001111 1011111 100101

Color Harmonies of #6205B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6205B9

Black with #6205B9

Text Example


Text Example

White with #6205B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6205B9; }

 p { color: rgb(98,5,185); }

 H1.HeaderClassName
 {
   color: #6205B9;
 }
 .AnyTagClassName
 {
   color: #6205B9;
 }
</style>

background-color css

<style>
 a { background-color: #6205B9; }

 a { background-color: rgb(98,5,185); }

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

border-color css

<style>
 span { border-color: #6205B9; }

 span { border-color: rgb(98,5,185); }

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