Html Css Color HEX #6203BC Purple Heart

📋 copy color: '#6203BC'

red 98 ◦ green 3 ◦ blue 188

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

Shades of Purple Heart #6203BC

Tints of Purple Heart #6203BC

RGB

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

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

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

R = 33.91%
G = 1.04%
B = 65.05%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6203BC (or 0x6203BC) is known color: Purple Heart. HEX triplet: 62, 03 and BC. RGB value is (98,3,188). Sum of RGB (Red+Green+Blue) = 98+3+188=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #6203BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203BC is #9DFC43. Grayscale: #333333. Windows color (decimal): -10353732 or 12321634. OLE color: 12321634.

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

Color convert

RGB 98 3 188 -
CMYK 0.48 0.98 0 0.26
HSL 270.81º 0.97% 0.37% -
HSV(B) 270.81º 0.98% 0.74% -
XYZ 14.15 6.29 48.05 -
YUV 52.5 204.47 160.46 -
System Red Green Blue C M Y K H S L
Decimal 98 3 188 0.48 0.98 0 0.26 270.81 0.97 0.37
Hex 62 3 BC 30 62 0 1A 10F 61 25
Octal 142 3 274 60 142 0 32 417 141 45
Binary 1100010 11 10111100 110000 1100010 0 11010 100001111 1100001 100101

Color Harmonies of #6203BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203BC

Black with #6203BC

Text Example


Text Example

White with #6203BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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