Html Css Color HEX #6301C7 Purple Heart

📋 copy color: '#6301C7'

red 99 ◦ green 1 ◦ blue 199

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

Shades of Purple Heart #6301C7

Tints of Purple Heart #6301C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 66.56%

R = 33.11%
G = 0.33%
B = 66.56%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6301C7 (or 0x6301C7) is known color: Purple Heart. HEX triplet: 63, 01 and C7. RGB value is (99,1,199). Sum of RGB (Red+Green+Blue) = 99+1+199=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 199 (78.12% from 255 or 66.56% from 299); Max value from RGB is 199 - color contains mainly: blue. Hex color #6301C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301C7 is #9CFE38. Grayscale: #343434. Windows color (decimal): -10288697 or 13042019. OLE color: 13042019.

HSL color Cylindrical-coordinate representation of color #6301C7: hue angle of 269.7º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6301C7 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 1 199 -
CMYK 0.50 0.99 0 0.22
HSL 269.7º 0.99% 0.39% -
HSV(B) 269.7º 0.99% 0.78% -
XYZ 15.47 6.8 54.53 -
YUV 52.87 210.47 160.9 -
System Red Green Blue C M Y K H S L
Decimal 99 1 199 0.50 0.99 0 0.22 269.7 0.99 0.39
Hex 63 1 C7 32 63 0 16 10E 63 27
Octal 143 1 307 62 143 0 26 416 143 47
Binary 1100011 1 11000111 110010 1100011 0 10110 100001110 1100011 100111

Color Harmonies of #6301C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6301C7

Black with #6301C7

Text Example


Text Example

White with #6301C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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