Html Css Color HEX #6305CA Purple Heart

📋 copy color: '#6305CA'

red 99 ◦ green 5 ◦ blue 202

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

Shades of Purple Heart #6305CA

Tints of Purple Heart #6305CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 32.35%
G = 1.63%
B = 66.01%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6305CA (or 0x6305CA) is known color: Purple Heart. HEX triplet: 63, 05 and CA. RGB value is (99,5,202). Sum of RGB (Red+Green+Blue) = 99+5+202=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #6305CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305CA is #9CFA35. Grayscale: #363636. Windows color (decimal): -10287670 or 13239651. OLE color: 13239651.

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

Color convert

RGB 99 5 202 -
CMYK 0.51 0.98 0 0.21
HSL 268.63º 0.95% 0.41% -
HSV(B) 268.63º 0.98% 0.79% -
XYZ 15.86 7.03 56.4 -
YUV 55.56 210.64 158.98 -
System Red Green Blue C M Y K H S L
Decimal 99 5 202 0.51 0.98 0 0.21 268.63 0.95 0.41
Hex 63 5 CA 33 62 0 15 10D 5F 29
Octal 143 5 312 63 142 0 25 415 137 51
Binary 1100011 101 11001010 110011 1100010 0 10101 100001101 1011111 101001

Color Harmonies of #6305CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6305CA

Black with #6305CA

Text Example


Text Example

White with #6305CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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