Html Css Color HEX #6314CF Purple Heart

📋 copy color: '#6314CF'

red 99 ◦ green 20 ◦ blue 207

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

Shades of Purple Heart #6314CF

Tints of Purple Heart #6314CF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

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

R = 30.37%
G = 6.13%
B = 63.5%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6314CF (or 0x6314CF) is known color: Purple Heart. HEX triplet: 63, 14 and CF. RGB value is (99,20,207). Sum of RGB (Red+Green+Blue) = 99+20+207=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6314CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314CF is #9CEB30. Grayscale: #404040. Windows color (decimal): -10283825 or 13571171. OLE color: 13571171.

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

Color convert

RGB 99 20 207 -
CMYK 0.52 0.90 0 0.19
HSL 265.35º 0.82% 0.45% -
HSV(B) 265.35º 0.9% 0.81% -
XYZ 16.66 7.66 59.63 -
YUV 64.94 208.17 152.29 -
System Red Green Blue C M Y K H S L
Decimal 99 20 207 0.52 0.90 0 0.19 265.35 0.82 0.45
Hex 63 14 CF 34 5A 0 13 109 52 2D
Octal 143 24 317 64 132 0 23 411 122 55
Binary 1100011 10100 11001111 110100 1011010 0 10011 100001001 1010010 101101

Color Harmonies of #6314CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314CF

Black with #6314CF

Text Example


Text Example

White with #6314CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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