Html Css Color HEX #6319CF Purple Heart

📋 copy color: '#6319CF'

red 99 ◦ green 25 ◦ blue 207

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

Shades of Purple Heart #6319CF

Tints of Purple Heart #6319CF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 29.91%
G = 7.55%
B = 62.54%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6319CF (or 0x6319CF) is known color: Purple Heart. HEX triplet: 63, 19 and CF. RGB value is (99,25,207). Sum of RGB (Red+Green+Blue) = 99+25+207=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #6319CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6319CF is #9CE630. Grayscale: #434343. Windows color (decimal): -10282545 or 13572451. OLE color: 13572451.

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

Color convert

RGB 99 25 207 -
CMYK 0.52 0.88 0 0.19
HSL 264.4º 0.78% 0.45% -
HSV(B) 264.4º 0.88% 0.81% -
XYZ 16.76 7.85 59.66 -
YUV 67.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 99 25 207 0.52 0.88 0 0.19 264.4 0.78 0.45
Hex 63 19 CF 34 58 0 13 108 4E 2D
Octal 143 31 317 64 130 0 23 410 116 55
Binary 1100011 11001 11001111 110100 1011000 0 10011 100001000 1001110 101101

Color Harmonies of #6319CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6319CF

Black with #6319CF

Text Example


Text Example

White with #6319CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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