Html Css Color HEX #612FDD Purple Heart

📋 copy color: '#612FDD'

red 97 ◦ green 47 ◦ blue 221

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

Shades of Purple Heart #612FDD

Tints of Purple Heart #612FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 26.58%
G = 12.88%
B = 60.55%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#612FDD (or 0x612FDD) is known color: Purple Heart. HEX triplet: 61, 2F and DD. RGB value is (97,47,221). Sum of RGB (Red+Green+Blue) = 97+47+221=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #612FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612FDD is #9ED022. Grayscale: #515151. Windows color (decimal): -10407971 or 14495585. OLE color: 14495585.

HSL color Cylindrical-coordinate representation of color #612FDD: hue angle of 257.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612FDD is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 47 221 -
CMYK 0.56 0.79 0 0.13
HSL 257.24º 0.72% 0.53% -
HSV(B) 257.24º 0.79% 0.87% -
XYZ 19 9.79 69.3 -
YUV 81.79 206.57 138.85 -
System Red Green Blue C M Y K H S L
Decimal 97 47 221 0.56 0.79 0 0.13 257.24 0.72 0.53
Hex 61 2F DD 38 4F 0 D 101 48 35
Octal 141 57 335 70 117 0 15 401 110 65
Binary 1100001 101111 11011101 111000 1001111 0 1101 100000001 1001000 110101

Color Harmonies of #612FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FDD

Black with #612FDD

Text Example


Text Example

White with #612FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612FDD; }

 p { color: rgb(97,47,221); }

 H1.HeaderClassName
 {
   color: #612FDD;
 }
 .AnyTagClassName
 {
   color: #612FDD;
 }
</style>

background-color css

<style>
 a { background-color: #612FDD; }

 a { background-color: rgb(97,47,221); }

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

border-color css

<style>
 span { border-color: #612FDD; }

 span { border-color: rgb(97,47,221); }

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