Html Css Color HEX #6302CE Purple Heart

📋 copy color: '#6302CE'

red 99 ◦ green 2 ◦ blue 206

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

Shades of Purple Heart #6302CE

Tints of Purple Heart #6302CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 32.25%
G = 0.65%
B = 67.1%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6302CE (or 0x6302CE) is known color: Purple Heart. HEX triplet: 63, 02 and CE. RGB value is (99,2,206). Sum of RGB (Red+Green+Blue) = 99+2+206=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #6302CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302CE is #9CFD31. Grayscale: #353535. Windows color (decimal): -10288434 or 13501027. OLE color: 13501027.

HSL color Cylindrical-coordinate representation of color #6302CE: hue angle of 268.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302CE is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 2 206 -
CMYK 0.52 0.99 0 0.19
HSL 268.53º 0.98% 0.41% -
HSV(B) 268.53º 0.99% 0.81% -
XYZ 16.31 7.15 58.91 -
YUV 54.26 213.64 159.91 -
System Red Green Blue C M Y K H S L
Decimal 99 2 206 0.52 0.99 0 0.19 268.53 0.98 0.41
Hex 63 2 CE 34 63 0 13 10D 62 29
Octal 143 2 316 64 143 0 23 415 142 51
Binary 1100011 10 11001110 110100 1100011 0 10011 100001101 1100010 101001

Color Harmonies of #6302CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302CE

Black with #6302CE

Text Example


Text Example

White with #6302CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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