Html Css Color HEX #6302C0 Purple Heart

📋 copy color: '#6302C0'

red 99 ◦ green 2 ◦ blue 192

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

Shades of Purple Heart #6302C0

Tints of Purple Heart #6302C0

RGB

 RED value IS 99 (39.06% from 255) = 33.79%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 192 (75.39% from 255) = 65.53%

R = 33.79%
G = 0.68%
B = 65.53%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6302C0 (or 0x6302C0) is known color: Purple Heart. HEX triplet: 63, 02 and C0. RGB value is (99,2,192). Sum of RGB (Red+Green+Blue) = 99+2+192=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #6302C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302C0 is #9CFD3F. Grayscale: #343434. Windows color (decimal): -10288448 or 12583523. OLE color: 12583523.

HSL color Cylindrical-coordinate representation of color #6302C0: hue angle of 270.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302C0 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 2 192 -
CMYK 0.48 0.99 0 0.25
HSL 270.63º 0.98% 0.38% -
HSV(B) 270.63º 0.99% 0.75% -
XYZ 14.68 6.5 50.35 -
YUV 52.66 206.64 161.05 -
System Red Green Blue C M Y K H S L
Decimal 99 2 192 0.48 0.99 0 0.25 270.63 0.98 0.38
Hex 63 2 C0 30 63 0 19 10F 62 26
Octal 143 2 300 60 143 0 31 417 142 46
Binary 1100011 10 11000000 110000 1100011 0 11001 100001111 1100010 100110

Color Harmonies of #6302C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302C0

Black with #6302C0

Text Example


Text Example

White with #6302C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6302C0; }

 p { color: rgb(99,2,192); }

 H1.HeaderClassName
 {
   color: #6302C0;
 }
 .AnyTagClassName
 {
   color: #6302C0;
 }
</style>

background-color css

<style>
 a { background-color: #6302C0; }

 a { background-color: rgb(99,2,192); }

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

border-color css

<style>
 span { border-color: #6302C0; }

 span { border-color: rgb(99,2,192); }

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