Html Css Color HEX #6205BC Purple Heart

📋 copy color: '#6205BC'

red 98 ◦ green 5 ◦ blue 188

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

Shades of Purple Heart #6205BC

Tints of Purple Heart #6205BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 33.68%
G = 1.72%
B = 64.6%

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

#6205BC (or 0x6205BC) is known color: Purple Heart. HEX triplet: 62, 05 and BC. RGB value is (98,5,188). Sum of RGB (Red+Green+Blue) = 98+5+188=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #6205BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205BC is #9DFA43. Grayscale: #353535. Windows color (decimal): -10353220 or 12322146. OLE color: 12322146.

HSL color Cylindrical-coordinate representation of color #6205BC: hue angle of 270.49º 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 #6205BC is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 5 188 -
CMYK 0.48 0.97 0 0.26
HSL 270.49º 0.95% 0.38% -
HSV(B) 270.49º 0.97% 0.74% -
XYZ 14.17 6.34 48.05 -
YUV 53.67 203.81 159.62 -
System Red Green Blue C M Y K H S L
Decimal 98 5 188 0.48 0.97 0 0.26 270.49 0.95 0.38
Hex 62 5 BC 30 61 0 1A 10E 5F 26
Octal 142 5 274 60 141 0 32 416 137 46
Binary 1100010 101 10111100 110000 1100001 0 11010 100001110 1011111 100110

Color Harmonies of #6205BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6205BC

Black with #6205BC

Text Example


Text Example

White with #6205BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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