Html Css Color HEX #6305CD Purple Heart

📋 copy color: '#6305CD'

red 99 ◦ green 5 ◦ blue 205

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

Shades of Purple Heart #6305CD

Tints of Purple Heart #6305CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 32.04%
G = 1.62%
B = 66.34%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6305CD (or 0x6305CD) is known color: Purple Heart. HEX triplet: 63, 05 and CD. RGB value is (99,5,205). Sum of RGB (Red+Green+Blue) = 99+5+205=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #6305CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305CD is #9CFA32. Grayscale: #373737. Windows color (decimal): -10287667 or 13436259. OLE color: 13436259.

HSL color Cylindrical-coordinate representation of color #6305CD: hue angle of 268.2º 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 #6305CD is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 5 205 -
CMYK 0.52 0.98 0 0.20
HSL 268.2º 0.95% 0.41% -
HSV(B) 268.2º 0.98% 0.8% -
XYZ 16.22 7.17 58.29 -
YUV 55.91 212.14 158.74 -
System Red Green Blue C M Y K H S L
Decimal 99 5 205 0.52 0.98 0 0.20 268.2 0.95 0.41
Hex 63 5 CD 34 62 0 14 10C 5F 29
Octal 143 5 315 64 142 0 24 414 137 51
Binary 1100011 101 11001101 110100 1100010 0 10100 100001100 1011111 101001

Color Harmonies of #6305CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6305CD

Black with #6305CD

Text Example


Text Example

White with #6305CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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