Html Css Color HEX #6303CF Purple Heart

📋 copy color: '#6303CF'

red 99 ◦ green 3 ◦ blue 207

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

Shades of Purple Heart #6303CF

Tints of Purple Heart #6303CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 32.04%
G = 0.97%
B = 66.99%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6303CF (or 0x6303CF) is known color: Purple Heart. HEX triplet: 63, 03 and CF. RGB value is (99,3,207). Sum of RGB (Red+Green+Blue) = 99+3+207=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #6303CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303CF is #9CFC30. Grayscale: #363636. Windows color (decimal): -10288177 or 13566819. OLE color: 13566819.

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

Color convert

RGB 99 3 207 -
CMYK 0.52 0.99 0 0.19
HSL 268.24º 0.97% 0.41% -
HSV(B) 268.24º 0.99% 0.81% -
XYZ 16.44 7.22 59.56 -
YUV 54.96 213.8 159.41 -
System Red Green Blue C M Y K H S L
Decimal 99 3 207 0.52 0.99 0 0.19 268.24 0.97 0.41
Hex 63 3 CF 34 63 0 13 10C 61 29
Octal 143 3 317 64 143 0 23 414 141 51
Binary 1100011 11 11001111 110100 1100011 0 10011 100001100 1100001 101001

Color Harmonies of #6303CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6303CF

Black with #6303CF

Text Example


Text Example

White with #6303CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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