Html Css Color HEX #6313CA Purple Heart

📋 copy color: '#6313CA'

red 99 ◦ green 19 ◦ blue 202

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

Shades of Purple Heart #6313CA

Tints of Purple Heart #6313CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 30.94%
G = 5.94%
B = 63.13%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6313CA (or 0x6313CA) is known color: Purple Heart. HEX triplet: 63, 13 and CA. RGB value is (99,19,202). Sum of RGB (Red+Green+Blue) = 99+19+202=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #6313CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6313CA is #9CEC35. Grayscale: #3F3F3F. Windows color (decimal): -10284086 or 13243235. OLE color: 13243235.

HSL color Cylindrical-coordinate representation of color #6313CA: hue angle of 266.23º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6313CA is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 19 202 -
CMYK 0.51 0.91 0 0.21
HSL 266.23º 0.83% 0.43% -
HSV(B) 266.23º 0.91% 0.79% -
XYZ 16.04 7.38 56.46 -
YUV 63.78 206 153.12 -
System Red Green Blue C M Y K H S L
Decimal 99 19 202 0.51 0.91 0 0.21 266.23 0.83 0.43
Hex 63 13 CA 33 5B 0 15 10A 53 2B
Octal 143 23 312 63 133 0 25 412 123 53
Binary 1100011 10011 11001010 110011 1011011 0 10101 100001010 1010011 101011

Color Harmonies of #6313CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6313CA

Black with #6313CA

Text Example


Text Example

White with #6313CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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