Html Css Color HEX #6200BC Purple Heart

📋 copy color: '#6200BC'

red 98 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #6200BC

Tints of Purple Heart #6200BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.27%
G = 0%
B = 65.73%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6200BC (or 0x6200BC) is known color: Purple Heart. HEX triplet: 62, 00 and BC. RGB value is (98,0,188). Sum of RGB (Red+Green+Blue) = 98+0+188=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #6200BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6200BC is #9DFF43. Grayscale: #323232. Windows color (decimal): -10354500 or 12320866. OLE color: 12320866.

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

Color convert

RGB 98 0 188 -
CMYK 0.48 1 0 0.26
HSL 271.28º 1% 0.37% -
HSV(B) 271.28º 1% 0.74% -
XYZ 14.11 6.23 48.04 -
YUV 50.73 205.47 161.71 -
System Red Green Blue C M Y K H S L
Decimal 98 0 188 0.48 1 0 0.26 271.28 1 0.37
Hex 62 0 BC 30 64 0 1A 10F 64 25
Octal 142 0 274 60 144 0 32 417 144 45
Binary 1100010 0 10111100 110000 1100100 0 11010 100001111 1100100 100101

Color Harmonies of #6200BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6200BC

Black with #6200BC

Text Example


Text Example

White with #6200BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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