Html Css Color HEX #6205BF Purple Heart

📋 copy color: '#6205BF'

red 98 ◦ green 5 ◦ blue 191

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

Shades of Purple Heart #6205BF

Tints of Purple Heart #6205BF

RGB

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

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

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

R = 33.33%
G = 1.7%
B = 64.97%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6205BF (or 0x6205BF) is known color: Purple Heart. HEX triplet: 62, 05 and BF. RGB value is (98,5,191). Sum of RGB (Red+Green+Blue) = 98+5+191=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #6205BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205BF is #9DFA40. Grayscale: #353535. Windows color (decimal): -10353217 or 12518754. OLE color: 12518754.

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

Color convert

RGB 98 5 191 -
CMYK 0.49 0.97 0 0.25
HSL 270º 0.95% 0.38% -
HSV(B) 270º 0.97% 0.75% -
XYZ 14.5 6.47 49.77 -
YUV 54.01 205.31 159.38 -
System Red Green Blue C M Y K H S L
Decimal 98 5 191 0.49 0.97 0 0.25 270 0.95 0.38
Hex 62 5 BF 31 61 0 19 10E 5F 26
Octal 142 5 277 61 141 0 31 416 137 46
Binary 1100010 101 10111111 110001 1100001 0 11001 100001110 1011111 100110

Color Harmonies of #6205BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6205BF

Black with #6205BF

Text Example


Text Example

White with #6205BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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