Html Css Color HEX #6200CB Purple Heart

📋 copy color: '#6200CB'

red 98 ◦ green 0 ◦ blue 203

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

Shades of Purple Heart #6200CB

Tints of Purple Heart #6200CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.44%

R = 32.56%
G = 0%
B = 67.44%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6200CB (or 0x6200CB) is known color: Purple Heart. HEX triplet: 62, 00 and CB. RGB value is (98,0,203). Sum of RGB (Red+Green+Blue) = 98+0+203=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #6200CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6200CB is #9DFF34. Grayscale: #333333. Windows color (decimal): -10354485 or 13303906. OLE color: 13303906.

HSL color Cylindrical-coordinate representation of color #6200CB: hue angle of 268.97º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200CB is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 0 203 -
CMYK 0.52 1 0 0.20
HSL 268.97º 1% 0.4% -
HSV(B) 268.97º 1% 0.8% -
XYZ 15.82 6.91 57 -
YUV 52.44 212.97 160.49 -
System Red Green Blue C M Y K H S L
Decimal 98 0 203 0.52 1 0 0.20 268.97 1 0.4
Hex 62 0 CB 34 64 0 14 10D 64 28
Octal 142 0 313 64 144 0 24 415 144 50
Binary 1100010 0 11001011 110100 1100100 0 10100 100001101 1100100 101000

Color Harmonies of #6200CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6200CB

Black with #6200CB

Text Example


Text Example

White with #6200CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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