Html Css Color HEX #6133CF Purple Heart

📋 copy color: '#6133CF'

red 97 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #6133CF

Tints of Purple Heart #6133CF

RGB

 RED value IS 97 (38.28% from 255) = 27.32%

 GREEN value IS 51 (20.31% from 255) = 14.37%

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

R = 27.32%
G = 14.37%
B = 58.31%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6133CF (or 0x6133CF) is known color: Purple Heart. HEX triplet: 61, 33 and CF. RGB value is (97,51,207). Sum of RGB (Red+Green+Blue) = 97+51+207=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #6133CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6133CF is #9ECC30. Grayscale: #515151. Windows color (decimal): -10406961 or 13579105. OLE color: 13579105.

HSL color Cylindrical-coordinate representation of color #6133CF: hue angle of 257.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6133CF is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 51 207 -
CMYK 0.53 0.75 0 0.19
HSL 257.69º 0.62% 0.51% -
HSV(B) 257.69º 0.75% 0.81% -
XYZ 17.38 9.41 59.93 -
YUV 82.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 97 51 207 0.53 0.75 0 0.19 257.69 0.62 0.51
Hex 61 33 CF 35 4B 0 13 102 3E 33
Octal 141 63 317 65 113 0 23 402 76 63
Binary 1100001 110011 11001111 110101 1001011 0 10011 100000010 111110 110011

Color Harmonies of #6133CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6133CF

Black with #6133CF

Text Example


Text Example

White with #6133CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,51,207); }

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

background-color css

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

 a { background-color: rgb(97,51,207); }

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

border-color css

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

 span { border-color: rgb(97,51,207); }

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