Html Css Color HEX #6303CD Purple Heart

📋 copy color: '#6303CD'

red 99 ◦ green 3 ◦ blue 205

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

Shades of Purple Heart #6303CD

Tints of Purple Heart #6303CD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 32.25%
G = 0.98%
B = 66.78%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6303CD (or 0x6303CD) is known color: Purple Heart. HEX triplet: 63, 03 and CD. RGB value is (99,3,205). Sum of RGB (Red+Green+Blue) = 99+3+205=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #6303CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303CD is #9CFC32. Grayscale: #363636. Windows color (decimal): -10288179 or 13435747. OLE color: 13435747.

HSL color Cylindrical-coordinate representation of color #6303CD: hue angle of 268.51º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303CD is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 3 205 -
CMYK 0.52 0.99 0 0.20
HSL 268.51º 0.97% 0.41% -
HSV(B) 268.51º 0.99% 0.8% -
XYZ 16.2 7.13 58.28 -
YUV 54.73 212.8 159.57 -
System Red Green Blue C M Y K H S L
Decimal 99 3 205 0.52 0.99 0 0.20 268.51 0.97 0.41
Hex 63 3 CD 34 63 0 14 10D 61 29
Octal 143 3 315 64 143 0 24 415 141 51
Binary 1100011 11 11001101 110100 1100011 0 10100 100001101 1100001 101001

Color Harmonies of #6303CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6303CD

Black with #6303CD

Text Example


Text Example

White with #6303CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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