Html Css Color HEX #6317CF Purple Heart

📋 copy color: '#6317CF'

red 99 ◦ green 23 ◦ blue 207

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

Shades of Purple Heart #6317CF

Tints of Purple Heart #6317CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

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

R = 30.09%
G = 6.99%
B = 62.92%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6317CF (or 0x6317CF) is known color: Purple Heart. HEX triplet: 63, 17 and CF. RGB value is (99,23,207). Sum of RGB (Red+Green+Blue) = 99+23+207=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #6317CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6317CF is #9CE830. Grayscale: #424242. Windows color (decimal): -10283057 or 13571939. OLE color: 13571939.

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

Color convert

RGB 99 23 207 -
CMYK 0.52 0.89 0 0.19
HSL 264.78º 0.8% 0.45% -
HSV(B) 264.78º 0.89% 0.81% -
XYZ 16.71 7.77 59.65 -
YUV 66.7 207.18 151.04 -
System Red Green Blue C M Y K H S L
Decimal 99 23 207 0.52 0.89 0 0.19 264.78 0.8 0.45
Hex 63 17 CF 34 59 0 13 109 50 2D
Octal 143 27 317 64 131 0 23 411 120 55
Binary 1100011 10111 11001111 110100 1011001 0 10011 100001001 1010000 101101

Color Harmonies of #6317CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6317CF

Black with #6317CF

Text Example


Text Example

White with #6317CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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