Html Css Color HEX #6300CA Purple Heart

📋 copy color: '#6300CA'

red 99 ◦ green 0 ◦ blue 202

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

Shades of Purple Heart #6300CA

Tints of Purple Heart #6300CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.11%

R = 32.89%
G = 0%
B = 67.11%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6300CA (or 0x6300CA) is known color: Purple Heart. HEX triplet: 63, 00 and CA. RGB value is (99,0,202). Sum of RGB (Red+Green+Blue) = 99+0+202=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #6300CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300CA is #9CFF35. Grayscale: #333333. Windows color (decimal): -10288950 or 13238371. OLE color: 13238371.

HSL color Cylindrical-coordinate representation of color #6300CA: hue angle of 269.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300CA is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 0 202 -
CMYK 0.51 1 0 0.21
HSL 269.41º 1% 0.4% -
HSV(B) 269.41º 1% 0.79% -
XYZ 15.81 6.92 56.38 -
YUV 52.63 212.3 161.07 -
System Red Green Blue C M Y K H S L
Decimal 99 0 202 0.51 1 0 0.21 269.41 1 0.4
Hex 63 0 CA 33 64 0 15 10D 64 28
Octal 143 0 312 63 144 0 25 415 144 50
Binary 1100011 0 11001010 110011 1100100 0 10101 100001101 1100100 101000

Color Harmonies of #6300CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300CA

Black with #6300CA

Text Example


Text Example

White with #6300CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6300CA; }

 p { color: rgb(99,0,202); }

 H1.HeaderClassName
 {
   color: #6300CA;
 }
 .AnyTagClassName
 {
   color: #6300CA;
 }
</style>

background-color css

<style>
 a { background-color: #6300CA; }

 a { background-color: rgb(99,0,202); }

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

border-color css

<style>
 span { border-color: #6300CA; }

 span { border-color: rgb(99,0,202); }

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