Html Css Color HEX #6301CE Purple Heart

📋 copy color: '#6301CE'

red 99 ◦ green 1 ◦ blue 206

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

Shades of Purple Heart #6301CE

Tints of Purple Heart #6301CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 32.35%
G = 0.33%
B = 67.32%

CMYK

 C value IS 0.52

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6301CE (or 0x6301CE) is known color: Purple Heart. HEX triplet: 63, 01 and CE. RGB value is (99,1,206). Sum of RGB (Red+Green+Blue) = 99+1+206=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #6301CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301CE is #9CFE31. Grayscale: #343434. Windows color (decimal): -10288690 or 13500771. OLE color: 13500771.

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

Color convert

RGB 99 1 206 -
CMYK 0.52 1.00 0 0.19
HSL 268.68º 0.99% 0.41% -
HSV(B) 268.68º 1% 0.81% -
XYZ 16.3 7.13 58.91 -
YUV 53.67 213.97 160.33 -
System Red Green Blue C M Y K H S L
Decimal 99 1 206 0.52 1.00 0 0.19 268.68 0.99 0.41
Hex 63 1 CE 34 64 0 13 10D 63 29
Octal 143 1 316 64 144 0 23 415 143 51
Binary 1100011 1 11001110 110100 1100100 0 10011 100001101 1100011 101001

Color Harmonies of #6301CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6301CE

Black with #6301CE

Text Example


Text Example

White with #6301CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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