Html Css Color HEX #6200C1 Purple Heart

📋 copy color: '#6200C1'

red 98 ◦ green 0 ◦ blue 193

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

Shades of Purple Heart #6200C1

Tints of Purple Heart #6200C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 66.32%

R = 33.68%
G = 0%
B = 66.32%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6200C1 (or 0x6200C1) is known color: Purple Heart. HEX triplet: 62, 00 and C1. RGB value is (98,0,193). Sum of RGB (Red+Green+Blue) = 98+0+193=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 193 (75.78% from 255 or 66.32% from 291); Max value from RGB is 193 - color contains mainly: blue. Hex color #6200C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6200C1 is #9DFF3E. Grayscale: #323232. Windows color (decimal): -10354495 or 12648546. OLE color: 12648546.

HSL color Cylindrical-coordinate representation of color #6200C1: hue angle of 270.47º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200C1 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 98 0 193 -
CMYK 0.49 1 0 0.24
HSL 270.47º 1% 0.38% -
HSV(B) 270.47º 1% 0.76% -
XYZ 14.66 6.45 50.92 -
YUV 51.3 207.97 161.31 -
System Red Green Blue C M Y K H S L
Decimal 98 0 193 0.49 1 0 0.24 270.47 1 0.38
Hex 62 0 C1 31 64 0 18 10E 64 26
Octal 142 0 301 61 144 0 30 416 144 46
Binary 1100010 0 11000001 110001 1100100 0 11000 100001110 1100100 100110

Color Harmonies of #6200C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6200C1

Black with #6200C1

Text Example


Text Example

White with #6200C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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