Html Css Color HEX #6305CB Purple Heart

📋 copy color: '#6305CB'

red 99 ◦ green 5 ◦ blue 203

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

Shades of Purple Heart #6305CB

Tints of Purple Heart #6305CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.12%

R = 32.25%
G = 1.63%
B = 66.12%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6305CB (or 0x6305CB) is known color: Purple Heart. HEX triplet: 63, 05 and CB. RGB value is (99,5,203). Sum of RGB (Red+Green+Blue) = 99+5+203=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #6305CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305CB is #9CFA34. Grayscale: #363636. Windows color (decimal): -10287669 or 13305187. OLE color: 13305187.

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

Color convert

RGB 99 5 203 -
CMYK 0.51 0.98 0 0.20
HSL 268.48º 0.95% 0.41% -
HSV(B) 268.48º 0.98% 0.8% -
XYZ 15.98 7.07 57.02 -
YUV 55.68 211.14 158.9 -
System Red Green Blue C M Y K H S L
Decimal 99 5 203 0.51 0.98 0 0.20 268.48 0.95 0.41
Hex 63 5 CB 33 62 0 14 10C 5F 29
Octal 143 5 313 63 142 0 24 414 137 51
Binary 1100011 101 11001011 110011 1100010 0 10100 100001100 1011111 101001

Color Harmonies of #6305CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6305CB

Black with #6305CB

Text Example


Text Example

White with #6305CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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