Html Css Color HEX #6313CF Purple Heart

📋 copy color: '#6313CF'

red 99 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #6313CF

Tints of Purple Heart #6313CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

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

R = 30.46%
G = 5.85%
B = 63.69%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6313CF (or 0x6313CF) is known color: Purple Heart. HEX triplet: 63, 13 and CF. RGB value is (99,19,207). Sum of RGB (Red+Green+Blue) = 99+19+207=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #6313CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6313CF is #9CEC30. Grayscale: #3F3F3F. Windows color (decimal): -10284081 or 13570915. OLE color: 13570915.

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

Color convert

RGB 99 19 207 -
CMYK 0.52 0.91 0 0.19
HSL 265.53º 0.83% 0.44% -
HSV(B) 265.53º 0.91% 0.81% -
XYZ 16.64 7.62 59.63 -
YUV 64.35 208.5 152.71 -
System Red Green Blue C M Y K H S L
Decimal 99 19 207 0.52 0.91 0 0.19 265.53 0.83 0.44
Hex 63 13 CF 34 5B 0 13 10A 53 2C
Octal 143 23 317 64 133 0 23 412 123 54
Binary 1100011 10011 11001111 110100 1011011 0 10011 100001010 1010011 101100

Color Harmonies of #6313CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6313CF

Black with #6313CF

Text Example


Text Example

White with #6313CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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