Html Css Color HEX #6203BB Purple Heart

📋 copy color: '#6203BB'

red 98 ◦ green 3 ◦ blue 187

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

Shades of Purple Heart #6203BB

Tints of Purple Heart #6203BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 34.03%
G = 1.04%
B = 64.93%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6203BB (or 0x6203BB) is known color: Purple Heart. HEX triplet: 62, 03 and BB. RGB value is (98,3,187). Sum of RGB (Red+Green+Blue) = 98+3+187=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #6203BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203BB is #9DFC44. Grayscale: #333333. Windows color (decimal): -10353733 or 12256098. OLE color: 12256098.

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

Color convert

RGB 98 3 187 -
CMYK 0.48 0.98 0 0.27
HSL 270.98º 0.97% 0.37% -
HSV(B) 270.98º 0.98% 0.73% -
XYZ 14.04 6.25 47.48 -
YUV 52.38 203.97 160.54 -
System Red Green Blue C M Y K H S L
Decimal 98 3 187 0.48 0.98 0 0.27 270.98 0.97 0.37
Hex 62 3 BB 30 62 0 1B 10F 61 25
Octal 142 3 273 60 142 0 33 417 141 45
Binary 1100010 11 10111011 110000 1100010 0 11011 100001111 1100001 100101

Color Harmonies of #6203BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203BB

Black with #6203BB

Text Example


Text Example

White with #6203BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6203BB; }

 p { color: rgb(98,3,187); }

 H1.HeaderClassName
 {
   color: #6203BB;
 }
 .AnyTagClassName
 {
   color: #6203BB;
 }
</style>

background-color css

<style>
 a { background-color: #6203BB; }

 a { background-color: rgb(98,3,187); }

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

border-color css

<style>
 span { border-color: #6203BB; }

 span { border-color: rgb(98,3,187); }

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