Html Css Color HEX #6205BD Purple Heart

📋 copy color: '#6205BD'

red 98 ◦ green 5 ◦ blue 189

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

Shades of Purple Heart #6205BD

Tints of Purple Heart #6205BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 33.56%
G = 1.71%
B = 64.73%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6205BD (or 0x6205BD) is known color: Purple Heart. HEX triplet: 62, 05 and BD. RGB value is (98,5,189). Sum of RGB (Red+Green+Blue) = 98+5+189=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #6205BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205BD is #9DFA42. Grayscale: #353535. Windows color (decimal): -10353219 or 12387682. OLE color: 12387682.

HSL color Cylindrical-coordinate representation of color #6205BD: hue angle of 270.33º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6205BD is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 5 189 -
CMYK 0.48 0.97 0 0.26
HSL 270.33º 0.95% 0.38% -
HSV(B) 270.33º 0.97% 0.74% -
XYZ 14.28 6.38 48.62 -
YUV 53.78 204.31 159.54 -
System Red Green Blue C M Y K H S L
Decimal 98 5 189 0.48 0.97 0 0.26 270.33 0.95 0.38
Hex 62 5 BD 30 61 0 1A 10E 5F 26
Octal 142 5 275 60 141 0 32 416 137 46
Binary 1100010 101 10111101 110000 1100001 0 11010 100001110 1011111 100110

Color Harmonies of #6205BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6205BD

Black with #6205BD

Text Example


Text Example

White with #6205BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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